home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / viewkit / builderExamples / beep3 / README < prev   
Encoding:
Text File  |  1994-08-02  |  613 b   |  18 lines

  1.  
  2.       ~4Dgifts/toolbox/src/exampleCode/viewkit/builderExamples/beep3 README
  3.  
  4.  
  5.       This is a simple example of using BuilderXcessory (BX) to create a 
  6.       ViewKit component class that contains a manager widget and a button.
  7.       The derived class is used to add functionality (a beep), when the 
  8.       button is pressed.  See also beep and beep2 directories.
  9.  
  10.       This version re-implements the BeeperUI class by using an XmForm 
  11.       widget and setting up various form constraints to handle the layout.
  12.       Notice that the derived class does not change, and no 
  13.       developer-added code is lost.
  14.  
  15.  
  16.  
  17.  
  18.